Class ReadSerialPort

java.lang.Object
  extended by ReadSerialPort

public class ReadSerialPort
extends Object


Nested Class Summary
static class ReadSerialPort.SerialReader
           
 
Field Summary
(package private)  ReadSerialPort.SerialReader a
           
(package private)  ReadSerialPort s
           
 
Constructor Summary
ReadSerialPort()
           
 
Method Summary
(package private)  ReadSerialPort.SerialReader connect(String portName)
           
 void initArm()
           
 void main()
           
 void print(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

ReadSerialPort.SerialReader a

s

ReadSerialPort s
Constructor Detail

ReadSerialPort

public ReadSerialPort()
Method Detail

connect

ReadSerialPort.SerialReader connect(String portName)
                              throws Exception
Throws:
Exception

initArm

public void initArm()
             throws IOException
Throws:
IOException

main

public void main()
          throws IOException
Throws:
IOException

print

public void print(String str)
           throws IOException
Throws:
IOException